home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / Peon / PeonSDK-Win32-1.0.0.exe / {app} / redist / readme.txt < prev    next >
Encoding:
Text File  |  2005-09-26  |  553 b   |  19 lines

  1.  
  2. Peon - redistributable folder
  3.  
  4. This folder contains all of the DLL binary files needed to run any application using the
  5. Peon engine.
  6.  
  7. Step 1 - Build your application by including PeonMain.h 
  8.  
  9. Step 2 - Link to the correct libraries
  10.  
  11. Step 3 - Copy the contents of this folder along with your executable to your installer.
  12.  
  13.  
  14. What you also might want to do in your installer, is to dump all of these DLL's into
  15. the windows\system32 folder. It cleans up the clutter here, and also keeps your application
  16. folder from looking so scary. :)
  17.  
  18.  
  19.